home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / 2.8script next >
Text File  |  2001-03-21  |  2KB  |  42 lines

  1. Synopsis:
  2.    load 2.8script
  3.  
  4. Description:
  5.    This is one of the default script loaded when the client is started; it
  6.    is loaded from GLOBAL.  It redefines the returned messages from STATS
  7.    queries and in channel ban lists.  It contains several aliases; those
  8.    whose names are the same as builtin commands are intended to enhance
  9.    them.
  10.  
  11.      Alias     Description                                                
  12.      /cinfo    reports who compiled client -> $info(c)
  13.      /invite   channel name optional
  14.      /join     channel prefix optional, no args follows last invite
  15.      /leave    channel prefix optional, no args leaves current
  16.      /mode3    unlimited number of arguments to single mode
  17.      /topic    channel name optional, channel prefix optional
  18.  
  19. Examples:
  20.    To join channels #foo, #bar, and &blah:
  21.       /join foo,bar,&blah
  22.  
  23.    To give channel mode +o to your 5 best friends in #blah:
  24.       /mode3 #blah +ooo joebob jimbob junebug orville wilbur
  25.  
  26.    To set the topic on the curent channel:
  27.       /topic Welcome to our channel!
  28.  
  29. See Also:
  30.    global(8); info(6); invite(1); join(1); leave(1); load(5); mode(1);
  31.    stats(2); topic(1)
  32.  
  33. Bugs:
  34.    The /mode3 alias requires that the mode to be set contain a triple mode,
  35.    if 3 or more people are to receive the mode.  For instance, the script
  36.    would partially fail if '+o' were used in the above example.
  37.  
  38. Authors:
  39.    Numerous people have contributed to this script over the years.  The most
  40.    recent enhancements are from Jeremy Nelson (hop), jnelson@acronet.net.
  41.  
  42.